//==============================================================================
// Spearman_anim.txt
//==============================================================================

import spear_defines_anim.txt

//==============================================================================
define shield
{
   SetSelector
   {
		set hotspot
		{
			version
			{
				Visual Roman ShieldD
				ReplaceTexture Infantry X Trident Soldier Shield Iron/Gladiator ShieldB
			}
		}
	}
}

//==============================================================================

define Head
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Infantry G Hoplite Head Standard
         }
      }
   }
}

//==============================================================================

anim Bored
{
  SetSelector
  {
      set hotspot
      {
         version
         {
				Visual Infantry E Spearman_BoredA
				ReplaceTexture Infantry E Spearman Standard/Gladiator StandardB
				Connect TopOfHead Head hotspot
				connect RightHand Spear hotspot
				connect LeftForearm shield hotspot
         }
      }
   }
}

//==============================================================================

anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry E Spearman_IdleA
				ReplaceTexture Infantry E Spearman Standard/Gladiator StandardB
				Connect TopOfHead Head hotspot
				connect RightHand Spear hotspot
				connect LeftForearm shield hotspot
         }
      }
   }
}


//==============================================================================

anim run
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry E Spearman_walkA
				ReplaceTexture Infantry E Spearman Standard/Gladiator StandardB
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag FootstepLeft 0.60 true   
                  tag FootstepRight 0.20 true   
//-- end auto generated section
				Connect TopOfHead Head hotspot
				connect RightHand Spear hotspot
				connect LeftForearm shield hotspot
         }
      }
   }
}

//==============================================================================

anim Walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry E Spearman_WalkA
				ReplaceTexture Infantry E Spearman Standard/Gladiator StandardB
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag FootstepLeft 0.60 true   
                  tag FootstepRight 0.20 true   
//-- end auto generated section
				Connect TopOfHead Head hotspot
				connect RightHand Spear hotspot
				connect LeftForearm shield hotspot
         }
      }
   }
}

//==============================================================================

anim Attack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry E Spearman_AttackA
				ReplaceTexture Infantry E Spearman Standard/Gladiator StandardB
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.45 true   
                  tag GenericSound 0.40 true   
//-- end auto generated section
				Connect TopOfHead Head hotspot
				connect RightHand Spear hotspot
				connect LeftForearm shield hotspot
         }
      }
   }
}

//==============================================================================

anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry E Spearman_DeathA
				ReplaceTexture Infantry E Spearman Standard/Gladiator StandardB
				Connect TopOfHead Head hotspot
				connect RightHand Spear hotspot
				connect LeftForearm shield hotspot
         }
      }
   }
}


//==============================================================================

anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry E Spearman_FlailA
				ReplaceTexture Infantry E Spearman Standard/Gladiator StandardB
				Connect TopOfHead Head hotspot
				connect RightHand Spear hotspot
				connect LeftForearm shield hotspot
         }
      }
   }
}
